why is my css not working

27

# If you havent put this in your code this may be the reason why your CSS code isnt working, its weird but yeah!
<link type="text/css" rel="stylesheet" href="http://fakedomain.com/smilemachine/html.css" />
The are 3 core reasons why your CSS may not work:
1. The CSS file isn’t linked to the HTML document
2. Wrong name of the CSS file
3. You're editing in the wrong file

Comments

Submit
0 Comments